home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr53 / 117_01.zip / READ.ME < prev    next >
Text File  |  1993-06-22  |  1KB  |  43 lines

  1. File name:  read.me
  2. Version:    December 3, 1981
  3.  
  4.  
  5.    I hope you read this file before reading anything else.
  6. You should have 12 disks all told.
  7.  
  8.     All .DOC and .PRM files may be formatted
  9. using the ROFF program.
  10. ROFF.COM is on this disk.
  11.  
  12.    Note that ROFF uses I/O primitives which support I/O
  13. redirection:
  14. To send standard output to a file use: >filename
  15. To send standard input to a file use: <filename
  16. To send error output to a file use: >>filename
  17.  
  18.   The filenames tty and printer are special.
  19. The name tty may be used either as input or output
  20. and directs I/O to and from the system console.
  21. The name printer may only be used to send output the
  22. list device.
  23. These names are defined in the file TOOLS.H (on this disk).
  24.  
  25.    Thus, to format this file call ROFF as follows:
  26.  
  27.         ROFF -s read.me >printer
  28. or
  29.  
  30.         ROFF -s <read.me >printer
  31.  
  32.    For more information see the documentation on file
  33. ROFF.DOC on the disk labeled, "Tools, part 2."
  34.  
  35.    All .RAT files are RATFOR source code files.
  36. All .FTN files are FORTRAN source code files.
  37. Several disks contain files with blank file types.
  38. These files are either spelling dictionary files or
  39. collections of RATFOR source code files.
  40.  
  41. Now format and read the file
  42. CONTENTS.DOC on this disk.
  43.